UNPKG

@nlabs/arkhamjs-example-ts-react

Version:

ArkhamJS React Typescript Example App

8 lines (6 loc) 173 B
export type IconSize = 'sm' | 'md' | 'lg' | 'xl' | 'xx'; export interface IconProps { readonly className?: string; readonly name: string; readonly size?: IconSize; }