UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

8 lines (7 loc) 239 B
import { FC } from '@dineug/r-html'; import { ThemeOptions } from '../../themes/radix-ui-theme'; export type ThemeBuilderProps = { theme: ThemeOptions; }; declare const ThemeBuilder: FC<ThemeBuilderProps>; export default ThemeBuilder;