UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

6 lines (5 loc) 189 B
/// <reference types="react" /> import type { Align } from '../../../atoms/Button'; export declare const Option: ({ alignButton, ...allProps }: { alignButton: Align; }) => JSX.Element;