UNPKG

mui-toolpad-extended-tuni

Version:
9 lines (8 loc) 271 B
type NullStateWarningProps = { states: { [key: string]: any; }[]; children: React.ReactNode; }; declare const NullStateWarning: ({ states, children }: NullStateWarningProps) => import("react/jsx-runtime").JSX.Element; export default NullStateWarning;