UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

8 lines (7 loc) 238 B
export declare type LocalShowProps = { above?: string; below?: string; }; export declare type ShowProps = LocalShowProps; export declare function Show(props: any): any; export declare const showStyle: (styleProps: any) => string;