84c2049e125fb9fb715718a889cceff7743413d3c7150e3a93445ca5bff039e3cdc4d10137140a1ac11b107112a895d2efab886b67a0901506931268d6d821 342 B

12345678910111213
  1. import { ExtractPropTypes, PropType } from 'vue';
  2. export declare const borderBoxProps: {
  3. color: {
  4. type: PropType<Array<string>>;
  5. default: () => never[];
  6. };
  7. backgroundColor: {
  8. type: StringConstructor;
  9. default: string;
  10. };
  11. };
  12. export type BorderBoxProps = ExtractPropTypes<typeof borderBoxProps>;