dk-plus
Version:
9 lines (8 loc) • 453 B
TypeScript
import type { returnType } from '../../_utils';
import type { PropType, ExtractPropTypes } from 'vue';
export declare const lasProps: {
readonly width: returnType<PropType<string | number>, string | number | null>;
readonly height: returnType<PropType<string | number>, string | number | null>;
readonly padding: returnType<PropType<string | number>, string | number | null>;
};
export type lasPropsType = ExtractPropTypes<typeof lasProps>;