UNPKG

storybook-addon-customize-antd-theme

Version:
7 lines (6 loc) 155 B
import 'antd/lib/input/style/css'; interface PanelProps { active: boolean; } export default function Panel(props: PanelProps): JSX.Element; export {};