Appearance
Returns the props of the component, based on its VNode.
VNode
import { getComponentProps } from '@flux-ui/internals'; const props = getComponentProps(vnode);
export declare function getComponentProps<T extends object>( component: VNode ): T;