UNPKG

amotify

Version:

UI Component for React,NextJS,esbuild

5 lines (4 loc) 306 B
import { StyleTags } from '../../@declares'; import { TableTypes } from '.'; export declare const DefaultCellStyles: (type: TableTypes.Types, tone: TableTypes.Tones) => StyleTags.States; export declare const DefaultCellSystemAdjustingStyles: (args: TableTypes.StylesCallbackInput) => StyleTags.Properties;