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