UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

6 lines (5 loc) 288 B
import { ExtractPropTypes } from 'vue'; export type ButtonAlignment = 'right' | 'left' | 'center'; export type ButtonSize = '' | 'lg' | 'sm'; export declare const responseToolbarProps: Record<string, any>; export type ResponseToolbarProps = ExtractPropTypes<typeof responseToolbarProps>;