fui-fancyui
Version:
FancyUI Libary
8 lines (7 loc) • 319 B
TypeScript
import { TComponentSizes } from '../../../types/TComponentSizes';
import { TFancyBoxWithHTMLAttrs } from '../../atoms/FancyBox/FancyBox.model';
export type TListBox = {
sizeC?: TComponentSizes;
boxShadow?: boolean;
};
export type TListBoxWithFancyBoxAttrs = TListBox & Omit<TFancyBoxWithHTMLAttrs<'ul'>, 'as'>;