mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 14:57:46 +01:00
refactor: Esporta il tipo ColumnT
This commit is contained in:
parent
daa16ffed9
commit
19f96d5c95
@ -14,7 +14,7 @@ import TableRow from '../DataTable/TableRow';
|
||||
import Mdi from '../Mdi';
|
||||
import Page from '../Page';
|
||||
|
||||
type ColumnT = {
|
||||
export type ColumnT = {
|
||||
id?: string,
|
||||
title: string,
|
||||
type: 'checkbox' | 'numeric' | null
|
||||
|
2
resources/js/Components/Pages/index.js
vendored
2
resources/js/Components/Pages/index.js
vendored
@ -1 +1 @@
|
||||
export {default as RecordsPage} from './RecordsPage';
|
||||
export {ColumnT, default as RecordsPage} from './RecordsPage';
|
||||
|
Loading…
x
Reference in New Issue
Block a user