UNPKG

@thinkbuff/figma-react

Version:

A Figma React UI components for creating plugins and widgets

23 lines (22 loc) 603 B
export * from './action-icon'; export * from './alert-dialog'; export * from './button'; export * from './checkbox'; export * from './dialog'; export * from './dropdown-menu'; export * from './input'; export * from './label'; export * from './popover'; export * from './radio'; export * from './scroll-area'; export * from './select'; export * from './separator'; export * from './sheet'; export * from './slider'; export * from './switch'; export * from './tabs'; export * from './textarea'; export * from './toast'; export * from './toggle'; export * from './toggle-group'; export * from './tooltip';