@swc-react/theme
Version:
React and Next.js wrapper of the @spectrum-web-components/theme component
2 lines (1 loc) • 438 B
TypeScript
export declare const Theme: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("@spectrum-web-components/theme").Theme>, "color" | "scale" | "system" | "_dir" | "updateComplete" | "startManagingContentDirection" | "stopManagingContentDirection"> & {} & Partial<Omit<import("@spectrum-web-components/theme").Theme, keyof HTMLElement>> & import("react").RefAttributes<import("@spectrum-web-components/theme").Theme>>;