@coko/client
Version:
Client side common code for coko apps
3 lines (2 loc) • 339 B
TypeScript
declare const Paragraph: import("react").ForwardRefExoticComponent<import("antd/es/typography/Paragraph").ParagraphProps & import("react").RefAttributes<HTMLElement>>, Text: import("react").ForwardRefExoticComponent<import("antd/es/typography/Text").TextProps & import("react").RefAttributes<HTMLSpanElement>>;
export { Paragraph, Text };