4 lines
158 B
TypeScript
4 lines
158 B
TypeScript
export { default as NList, listProps } from './src/List';
|
|
export type { ListProps } from './src/List';
|
|
export { default as NListItem } from './src/ListItem';
|