UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

8 lines (7 loc) 256 B
export declare function VirtualTableSwitch(props: { error: Error | undefined; internalValue?: boolean; focused: boolean; disabled: boolean; updateValue: (newValue: (boolean | null)) => void; }): import("react/jsx-runtime").JSX.Element;