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