UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

8 lines (7 loc) 256 B
import React from 'react'; import { StyledLabel } from './StyledUI'; declare type LabelProps = React.ComponentProps<typeof StyledLabel>; export declare function Label({ align, ...props }: LabelProps & { align?: 'top'; }): React.JSX.Element; export {};