8 lines
210 B
TypeScript
8 lines
210 B
TypeScript
import type { IStackComponent } from './Stack.types';
|
|
export declare const GlobalClassNames: {
|
|
root: string;
|
|
inner: string;
|
|
child: string;
|
|
};
|
|
export declare const styles: IStackComponent['styles'];
|