File "types.ts"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/types.ts
File size: 190 bytes
MIME-type: text/plain
Charset: utf-8

export type InnerBlockTemplate = [
	string,
	Record< string, unknown >,
	InnerBlockTemplate[] | undefined
];

export interface Attributes {
	isPreview: boolean;
	hasDarkControls: boolean;
}