tdesign-react
Version:
TDesign Component for React
11 lines (10 loc) • 666 B
TypeScript
import './style/index.js';
export type { ListProps } from './List';
export type { ListItemProps } from './ListItem';
export type { ListItemMetaProps } from './ListItemMeta';
export * from './type';
export declare const List: import("react").FunctionComponent<import("./List").ListProps & import("react").RefAttributes<import("./List").ListRef>> & {
ListItem: import("react").ForwardRefExoticComponent<import("./ListItem").ListItemProps & import("react").RefAttributes<HTMLLIElement>>;
ListItemMeta: import("react").ForwardRefExoticComponent<import("./ListItemMeta").ListItemMetaProps & import("react").RefAttributes<HTMLDivElement>>;
};
export default List;