UNPKG

@crossroadscx/datatable

Version:

![Linting](https://github.com/crossroadscx/datatable/actions/workflows/linting.yml/badge.svg) ![Chromatic](https://github.com/crossroadscx/datatable/actions/workflows/chromatic.yml/badge.svg) # React Table DataTable

32 lines (29 loc) 648 B
import 'styled-components' declare module 'styled-components' { type ElementType = Record<string, Record<string, string> | string> export interface DefaultTheme extends Record<string, unknown> { 'border-b': string colors: { lightGray: string gray: string darkGray: string }, elements?: { table?: ElementType tbody?: ElementType thead?: ElementType tr?: ElementType th?: ElementType td?: ElementType }, overrides?: ElementType, shadow?: string, screens: { sm: string md: string lg: string xl: string '2xl': string }, } }