Home > @xoram/plugin-panoramique > ExposedComponentProps
ExposedComponentProps type
List all props the component exposes.
Signature:
typescript
export type ExposedComponentProps<component extends Component> = Writable<Omit<ComponentProps<component>, keyof VNodeProps>>;
1
References: Writable