UNPKG

ponchojs

Version:

Poncho

8 lines (7 loc) 249 B
/// <reference types="react" /> declare type Props = React.PropsWithChildren<Partial<{ numbers: boolean; className: string; }>>; export declare const Row: import("react").MemoExoticComponent<(props: Props) => JSX.Element>; export {};