- import { FunctionalComponent } from 'vue';
- import { AntdIconProps } from '../components/AntdIcon';
- export interface SwitcherFilledIconType extends FunctionalComponent<AntdIconProps> {
- displayName: string;
- }
- declare const SwitcherFilled: SwitcherFilledIconType;
- export default SwitcherFilled;
|