mirror of
https://github.com/nix-community/noogle.git
synced 2024-12-19 06:52:34 +03:00
3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
export { BasicList } from "./basicList";
|
|
export type { BasicListProps, BasicListItem } from "./basicList";
|