UNPKG

@moderntribe/wme-ui

Version:

Components and hooks to build the best UX/UI admin wizards

9 lines 286 B
import type React from 'react'; interface ConditionalWrapperProps { condition: boolean; wrapper: any; children?: React.ReactNode; } export declare const ConditionalWrapper: (props: ConditionalWrapperProps) => any; export {}; //# sourceMappingURL=conditional-wrapper.d.ts.map