@bothub-chat/ui
Version:
Bothub UI Components
7 lines (6 loc) • 369 B
TypeScript
import React from 'react';
import { StyleSheetManager } from 'styled-components';
export type BothubStyleSheetManagerProps = React.ComponentProps<typeof StyleSheetManager> & {
variant?: 'main' | 'dashboard';
};
export declare const BothubStyleSheetManager: ({ children, variant, ...props }: BothubStyleSheetManagerProps) => import("react/jsx-runtime").JSX.Element;