UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

7 lines (6 loc) 280 B
import { ChopLogicLoaderView } from '../enums'; import { HTMLAttributes } from 'react'; import { ChopLogicComponentProps } from './_common'; export interface ChopLogicLoaderProps extends ChopLogicComponentProps, HTMLAttributes<HTMLSpanElement> { view?: ChopLogicLoaderView; }