UNPKG

tdesign-react

Version:
7 lines (6 loc) 409 B
import './style/index.js'; export type { RowProps } from './Row'; export type { ColProps } from './Col'; export * from './type'; export declare const Row: import("react").ForwardRefExoticComponent<import("./Row").RowProps & import("react").RefAttributes<HTMLElement>>; export declare const Col: import("react").ForwardRefExoticComponent<import("./Col").ColProps & import("react").RefAttributes<HTMLElement>>;