UNPKG

@wise/components-theming

Version:

Provides theming support for the Wise Design system components

8 lines 287 B
import { ReactNode } from 'react'; type ThemedChildrenProps = { className?: string; children: ReactNode; }; export declare const ThemedChildren: ({ className, children }: ThemedChildrenProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=ThemedChildren.d.ts.map