Latest updates from IceHrmPro
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { Context } from 'react';
|
||||
export interface RowContextState {
|
||||
gutter?: [number, number];
|
||||
}
|
||||
declare const RowContext: Context<RowContextState>;
|
||||
export default RowContext;
|
||||
Reference in New Issue
Block a user