UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

13 lines (12 loc) 361 B
import * as React from 'react'; import { ListType } from '../../dtos'; export declare const NewItemCardStart: React.FC<{ list: ListType; show: boolean; btnRef: React.MutableRefObject<undefined>; }>; export declare const NewItemCardEnd: React.FC<{ list: ListType; show: boolean; btnRef: React.MutableRefObject<undefined>; }>;