UNPKG

@dcodegroup-au/dsg-vue

Version:

Front-end Vue/Tailwind DSG for UntitledUI.

23 lines (22 loc) 920 B
/** * ------------------------------------------------ * # Setup: Props/Variables * ------------------------------------------------ */ export interface DsgTableSearchProps { name: string; id?: string; placeholder?: string; disabled?: boolean; required?: boolean; readonly?: boolean; hidden?: boolean; extraClasses?: Record<string, string> | any; eventName?: string; } declare const _default: import('vue').DefineComponent<DsgTableSearchProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "dsg-table:term-changed": (term: string | null) => any; }, string, import('vue').PublicProps, Readonly<DsgTableSearchProps> & Readonly<{ "onDsg-table:term-changed"?: ((term: string | null) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;