UNPKG

@coko/client

Version:

Client side common code for coko apps

12 lines (11 loc) 537 B
declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{ children?: import("react").ReactNode; className?: string | undefined; }, never> & Partial<Pick<{ children?: import("react").ReactNode; className?: string | undefined; }, never>>> & string & Omit<({ children, className }: { children?: import("react").ReactNode; className?: string | undefined; }) => React.ReactNode, keyof import("react").Component<any, {}, any>>; export default Title;